Check in new file format 'stmsdf', Suunto Trek Manager .sdf files.
authoroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 30 Jul 2006 21:25:46 +0000 (21:25 +0000)
committeroliskoli <oliskoli@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 30 Jul 2006 21:25:46 +0000 (21:25 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2272 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/xmldoc/formats/options/stmsdf-index.xml [new file with mode: 0644]

diff --git a/gpsbabel/xmldoc/formats/options/stmsdf-index.xml b/gpsbabel/xmldoc/formats/options/stmsdf-index.xml
new file mode 100644 (file)
index 0000000..301d55b
--- /dev/null
@@ -0,0 +1,17 @@
+<para>
+       Convert route number 'index' from source into sdf format.
+</para>
+<para>
+       We have a lot of more expressive formats thats support more than one route.
+       At this place sdf files are limited to only one single route. With option index
+       you can specify which route from source should be converted.
+</para>
+<para>
+       Our default index is 1.
+</para>
+<para>
+       This example will convert route number two and three into separate sdf files:
+       <screen format="linespecific">
+               gpsbabel -i gdb -f routes.gdb -r -o stmsdf,index=2 -F route-one.sdf -r -o stmsdf,index=3 -F route-three.sdf
+       </screen>
+</para>